gtk4.git
17 years agoUpdated Arabic Translation by Khaled Hosny.
Djihed Afifi [Mon, 19 May 2008 01:03:04 +0000 (01:03 +0000)]
Updated Arabic Translation by Khaled Hosny.

svn path=/trunk/; revision=20110

17 years agogtk_disable_setlocale() - Added a call to g_disable_setlocale().
Yair Hershkovitz [Sat, 17 May 2008 09:22:12 +0000 (09:22 +0000)]
gtk_disable_setlocale() - Added a call to g_disable_setlocale().

2008-05-17  Yair Hershkovitz  <yairhr@gmail.com>

        * gtk/gtkmain.c: gtk_disable_setlocale() - Added a call to
        g_disable_setlocale().

svn path=/trunk/; revision=20109

17 years agoUse gdk_threads_add_idle instead of g_idle_add. Add a temporary check if
Richard Hult [Sat, 17 May 2008 07:26:41 +0000 (07:26 +0000)]
Use gdk_threads_add_idle instead of g_idle_add. Add a temporary check if

2008-05-17  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_impl_quartz_invalidate_maybe_recurse):
(gdk_window_quartz_update_idle): Use gdk_threads_add_idle instead
of g_idle_add. Add a temporary check if the window is already in
the updates list, since update_area currently doesn't always match
the backend's state, see bug #530801.

svn path=/trunk/; revision=20108

17 years agogtk_disable_setlocale() - Added a call to g_disable_setlocale().
Yair Hershkovitz [Fri, 16 May 2008 22:57:37 +0000 (22:57 +0000)]
gtk_disable_setlocale() - Added a call to g_disable_setlocale().

2008-05-17  Yair Hershkovitz  <yairhr@gmail.com>

* gtk/gtkmain.c: gtk_disable_setlocale() - Added a call to
g_disable_setlocale().

svn path=/trunk/; revision=20107

17 years agoStyle
Tor Lillqvist [Tue, 13 May 2008 08:50:48 +0000 (08:50 +0000)]
Style

svn path=/trunk/; revision=20105

17 years agoBug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32
Tor Lillqvist [Tue, 13 May 2008 08:49:51 +0000 (08:49 +0000)]
Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32

2008-05-13  Tor Lillqvist  <tml@novell.com>

Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32

* gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Set
the "packet rate" of devices to zero instead of 50. This is
reported to help significantly with Wacom tablet behaviour in GIMP
and Inkscape. Patch from Thomas Bleeker.

svn path=/trunk/; revision=20104

17 years agoForgotten in previous commit.
Richard Hult [Mon, 12 May 2008 11:34:23 +0000 (11:34 +0000)]
Forgotten in previous commit.

svn path=/trunk/; revision=20101

17 years agoRemove special casing of menu key events as it's no longer necessary;
Richard Hult [Mon, 12 May 2008 11:23:28 +0000 (11:23 +0000)]
Remove special casing of menu key events as it's no longer necessary;

2008-05-12  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkevents-quartz.c:
* gdk/quartz/gdkquartz.h: Remove special casing of menu key events
as it's no longer necessary; instead the added quartz API to get
the nsevent from an event should be used. Also move the global
filter up so it's done before the check for window-less events.

svn path=/trunk/; revision=20100

17 years agoBug 532558 - Cannot build dll when using separate builddir
Tor Lillqvist [Mon, 12 May 2008 08:49:08 +0000 (08:49 +0000)]
Bug 532558 - Cannot build dll when using separate builddir

2008-05-12  Tor Lillqvist  <tml@novell.com>

Bug 532558 - Cannot build dll when using separate builddir

* gdk/Makefile.am
* gtk/Makefile.am: .def file belongs in $(srcdir). Patch by Marko
Lindqvist.

svn path=/trunk/; revision=20097

17 years agoBug 532558 - Cannot build dll when using separate builddir
Tor Lillqvist [Mon, 12 May 2008 08:46:27 +0000 (08:46 +0000)]
Bug 532558 - Cannot build dll when using separate builddir

2008-05-12  Tor Lillqvist  <tml@novell.com>

Bug 532558 - Cannot build dll when using separate builddir

* Makefile.am: .def file belongs in $(srcdir). Patch by Marko
Lindqvist.

svn path=/trunk/; revision=20096

17 years agog_i18n_init(); -> g_i18n_init ();
Yair Hershkovitz [Mon, 12 May 2008 07:59:00 +0000 (07:59 +0000)]
g_i18n_init(); -> g_i18n_init ();

2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>

        * gtk/gtkmain.c: g_i18n_init(); -> g_i18n_init ();

svn path=/trunk/; revision=20095

17 years agoBug 532059 - Leak in win32 clipboard manipulation
Tor Lillqvist [Mon, 12 May 2008 07:05:40 +0000 (07:05 +0000)]
Bug 532059 - Leak in win32 clipboard manipulation

2008-05-12  Tor Lillqvist  <tml@novell.com>

Bug 532059 - Leak in win32 clipboard manipulation

* gdk/win32/gdkselection-win32.c
(gdk_win32_selection_add_targets): Plug memory leak. Patch by
Daniel Atallah.

svn path=/trunk/; revision=20092

17 years agocall g_i18n_init() in gettext_initialization(). do gettext_initialization
Yair Hershkovitz [Sun, 11 May 2008 09:49:30 +0000 (09:49 +0000)]
call g_i18n_init() in gettext_initialization(). do gettext_initialization

2008-05-11  Yair Hershkovitz  <yairhr@gmail.com>

        * gtk/gtkmain.c: call g_i18n_init() in gettext_initialization(). do
        gettext_initialization only once.

        *  gtk/gtkbuilderparser.c: use glib i18n api. removed dpgettext() as it
        duplicates g_dpgettext() and added _g_dpgettext() to wrap g_dpgettext
        with the extended functionality that was in the removed dpgettext().

        * gtk/gtkaccellabelc:
        * gtk/gtkstock.c:
        * gtk/gtkimmulticontext.c:
        * gtk/gtkactiongroup.c:
        * gtk/gtkintl.h: use glib i18n api.

svn path=/trunk/; revision=20091

17 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 10 May 2008 13:15:35 +0000 (13:15 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20090

17 years agoTranslation updated by Ivar Smolin
Priit Laes [Sat, 10 May 2008 08:39:54 +0000 (08:39 +0000)]
Translation updated by Ivar Smolin

2008-05-10  Priit Laes  <plaes at svn dot gnome dot org>

* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=20089

17 years agoMove the currently invalidated region. Fixes bug #532048, patch by Yevgen
Richard Hult [Thu, 8 May 2008 17:51:03 +0000 (17:51 +0000)]
Move the currently invalidated region. Fixes bug #532048, patch by Yevgen

2008-05-08  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkgeometry-quartz.c (gdk_window_scroll): Move the
currently invalidated region. Fixes bug #532048, patch by Yevgen
Muntyan.

svn path=/trunk/; revision=20087

17 years agoOnly set the fake fd's revents, not the first one. Fixes bug #531056,
Richard Hult [Thu, 8 May 2008 17:23:08 +0000 (17:23 +0000)]
Only set the fake fd's revents, not the first one. Fixes bug #531056,

2008-05-08  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkeventloop-quartz.c (poll_func): Only set the fake
fd's revents, not the first one. Fixes bug #531056, spotted by
Yevgen Muntyan.

svn path=/trunk/; revision=20086

17 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Thu, 8 May 2008 15:13:16 +0000 (15:13 +0000)]
Translation updated by Tino Meinen.

2008-05-08  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=20085

17 years agoupdated Kannada(kn) Translations
Shankar Prasad [Thu, 8 May 2008 10:21:45 +0000 (10:21 +0000)]
updated Kannada(kn) Translations

svn path=/trunk/; revision=20084

17 years agoupdated Kannada(kn) Translations
Shankar Prasad [Thu, 8 May 2008 10:14:17 +0000 (10:14 +0000)]
updated Kannada(kn) Translations

svn path=/trunk/; revision=20083

17 years agoAdd gtk-update-icon-cache.exe and more man pages to the dev zipfile.
Tor Lillqvist [Wed, 7 May 2008 09:01:16 +0000 (09:01 +0000)]
Add gtk-update-icon-cache.exe and more man pages to the dev zipfile.

2008-05-07  Tor Lillqvist  <tml@novell.com>

* gtk-zip.sh.in: Add gtk-update-icon-cache.exe and more man pages
to the dev zipfile.

svn path=/trunk/; revision=20082

17 years agoForgotten files
Matthias Clasen [Tue, 6 May 2008 22:47:40 +0000 (22:47 +0000)]
Forgotten files

svn path=/trunk/; revision=20080

17 years agogdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.c
Michael Natterer [Tue, 6 May 2008 22:35:13 +0000 (22:35 +0000)]
gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.c

2008-05-07  Michael Natterer  <mitch@imendio.com>

* gdk/gdkinternals.h
* gdk/gdkevents.c
* gdk/directfb/gdkevents-directfb.c
* gdk/quartz/gdkevents-quartz.c
* gdk/win32/gdkevents-win32.c
* gdk/x11/gdkevents-x11.c (_gdk_windowing_event_data_copy):
order parameters src,dest and make src const.

svn path=/trunk/; revision=20079

17 years agoAdd private backend data to events, and handle it when copying/freeing
Richard Hult [Tue, 6 May 2008 21:00:06 +0000 (21:00 +0000)]
Add private backend data to events, and handle it when copying/freeing

2008-05-06  Richard Hult  <richard@imendio.com>

* gdk/gdkevents.c: (gdk_event_copy), (gdk_event_free):
* gdk/gdkinternals.h: Add private backend data to events, and
handle it when copying/freeing events. Currently only needed in
the quartz backend.

* gdk/directfb/gdkevents-directfb.c:
* gdk/quartz/gdkevents-quartz.c:
* gdk/win32/gdkevents-win32.c:
* gdk/x11/gdkevents-x11.c: (_gdk_windowing_event_data_copy)
(_gdk_windowing_event_data_free): Add stubs for X11, win32 and
directfb. Implement for quartz. Part of fixing bug #473822.

svn path=/trunk/; revision=20078

17 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Tue, 6 May 2008 15:51:26 +0000 (15:51 +0000)]
Updated Norwegian bokmål translation.

2008-05-06  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=20077

17 years agoApply a patch by Marek Kasik <mkasik@redhat.com> to display more printer
Matthias Clasen [Mon, 5 May 2008 23:38:31 +0000 (23:38 +0000)]
Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printer

2008-05-05  Matthias Clasen  <mclasen@redhat.com>

        Apply a patch by Marek Kasik <mkasik@redhat.com> to display
        more printer status information in the print dialog.

        * modules/printbackends/cups/gtkprintbackendcups.c: Translate
        printer-state-reasons into suitable messages and icons.

        * gtk/stock-icons/16/gtk-print-error.{svg,png}:
        * gtk/stock-icons/16/gtk-print-report.{svg,png}:
        * gtk/stock-icons/16/gtk-print-warning.{svg,png}:
        * gtk/Makefile.am:
        * gtk/gtkstock.h: New stock icons to display printer state.

svn path=/trunk/; revision=20076

17 years agoInitalize framework if there is one.
Richard Hult [Mon, 5 May 2008 18:14:27 +0000 (18:14 +0000)]
Initalize framework if there is one.

2008-05-05  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkmain-quartz.c (_gdk_windowing_init): Initalize
framework if there is one.

svn path=/trunk/; revision=20075

17 years agogtk/gtkcellrenderercombo.h gtk/gtkcellrendererspin.h style cleanups for
Michael Natterer [Mon, 5 May 2008 13:40:29 +0000 (13:40 +0000)]
gtk/gtkcellrenderercombo.h gtk/gtkcellrendererspin.h style cleanups for

2008-05-05  Michael Natterer  <mitch@imendio.com>

* gtk/gtkcellrenderercombo.h
* gtk/gtkcellrendererspin.h
* gtk/gtkfilechooserbutton.h: style cleanups for the sake of
consistency.

* gtk/gtkfilechooserdialog.h
* gtk/gtkfilechooserwidget.h
* gtk/gtkscalebutton.h: reorder instance and class structs to be
in canonical order.

svn path=/trunk/; revision=20074

17 years agoCheck if gdk_unicode_to_keyval() worked before using the result. Makes
Richard Hult [Sun, 4 May 2008 15:15:00 +0000 (15:15 +0000)]
Check if gdk_unicode_to_keyval() worked before using the result. Makes

2008-05-04  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkkeys-quartz.c (maybe_update_keymap): Check if
gdk_unicode_to_keyval() worked before using the result. Makes
function keys work, bug #530156. Also add F16 to the function key
map.

svn path=/trunk/; revision=20071

17 years agoRemove stray semicolon after if statement. Fixes bug #530963, patch from
Richard Hult [Sun, 4 May 2008 15:07:18 +0000 (15:07 +0000)]
Remove stray semicolon after if statement. Fixes bug #530963, patch from

2008-05-04  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkkeys-quartz.c (maybe_update_keymap): Remove stray
semicolon after if statement. Fixes bug #530963, patch from Yevgen
Muntyan.

svn path=/trunk/; revision=20069

17 years agoadd 15 files that were missing (they all got included indirectly by
Michael Natterer [Fri, 2 May 2008 15:03:12 +0000 (15:03 +0000)]
add 15 files that were missing (they all got included indirectly by

2008-05-02  Michael Natterer  <mitch@imendio.com>

* gtk/gtk.h: add 15 files that were missing (they all got included
indirectly by including gtk.h, so should have been here in the
first place).

svn path=/trunk/; revision=20068

17 years agodeprecate the entire gdk-pixbuf-marshal.h since it's installed by accident
Michael Natterer [Fri, 2 May 2008 14:23:12 +0000 (14:23 +0000)]
deprecate the entire gdk-pixbuf-marshal.h since it's installed by accident

2008-05-02  Michael Natterer  <mitch@imendio.com>

* Makefile.am (stamp-gdk-pixbuf-marshal.h): deprecate the entire
gdk-pixbuf-marshal.h since it's installed by accident only and
shouldn't be used by anybody.

svn path=/trunk/; revision=20067

17 years agouse GETTEXT_PACKAGE instead of "gtk20".
Michael Natterer [Fri, 2 May 2008 10:54:56 +0000 (10:54 +0000)]
use GETTEXT_PACKAGE instead of "gtk20".

2008-05-02  Michael Natterer  <mitch@imendio.com>

* modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20".

svn path=/trunk/; revision=20066

17 years agoPrevent crash, fixes bug #530153. Patch from Yevgen Muntyan.
Richard Hult [Thu, 1 May 2008 20:29:06 +0000 (20:29 +0000)]
Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan.

2008-05-01  Richard Hult  <richard@imendio.com>

* gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard):
Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan.

svn path=/trunk/; revision=20064

17 years agoRegister the right translation domain.
Matthias Clasen [Thu, 1 May 2008 14:03:35 +0000 (14:03 +0000)]
Register the right translation domain.

        * modules/imput/imthai.c: Register the right translation domain.

svn path=/trunk/; revision=20060

17 years ago Bug 529386 – Printing options hidden by blacklisted option
Matthias Clasen [Thu, 1 May 2008 00:37:20 +0000 (00:37 +0000)]
    Bug 529386 – Printing options hidden by blacklisted option

        * modules/printbackend/cups/gtkprintbackendcups.c
        (cups_printer_get_options): Fix the blacklist handling.
        Patch by Marek Kašík.

svn path=/trunk/; revision=20058

17 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Wed, 30 Apr 2008 18:26:42 +0000 (18:26 +0000)]
Translation updated by Tino Meinen.

2008-04-30  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=20057

17 years agoSimplify check for zero sized expose area.
Richard Hult [Wed, 30 Apr 2008 17:50:14 +0000 (17:50 +0000)]
Simplify check for zero sized expose area.

2008-04-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/GdkQuartzView.c: Simplify check for zero sized expose
area.

svn path=/trunk/; revision=20056

17 years agoDon't send nsevents with the gdk lock held, fixes deadlock when doing
Richard Hult [Wed, 30 Apr 2008 17:46:00 +0000 (17:46 +0000)]
Don't send nsevents with the gdk lock held, fixes deadlock when doing

2008-04-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkevents-quartz.c: (_gdk_events_queue): Don't send
nsevents with the gdk lock held, fixes deadlock when doing manual
window resizing with threading enabled.

svn path=/trunk/; revision=20055

17 years agoMap Alt to Alt and Cmd to Meta. This is not only more logical but also
Richard Hult [Wed, 30 Apr 2008 17:42:27 +0000 (17:42 +0000)]
Map Alt to Alt and Cmd to Meta. This is not only more logical but also

2008-04-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkevents-quartz.c:
(get_keyboard_modifiers_from_ns_event), (create_key_event): Map
Alt to Alt and Cmd to Meta. This is not only more logical but also
makes it easier to have Mac-like behavior.

svn path=/trunk/; revision=20054

17 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Tue, 29 Apr 2008 21:34:13 +0000 (21:34 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=20053

17 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Tue, 29 Apr 2008 21:30:09 +0000 (21:30 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=20052

17 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 28 Apr 2008 13:53:18 +0000 (13:53 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=20051

17 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 28 Apr 2008 13:49:21 +0000 (13:49 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=20050

17 years agoupdated hebrew translation
Yair Hershkovitz [Sun, 27 Apr 2008 19:32:03 +0000 (19:32 +0000)]
updated hebrew translation

svn path=/trunk/; revision=20049

17 years agoUpdated Dutch translation by Tino Meinen.
Wouter Bolsterlee [Sun, 27 Apr 2008 13:20:37 +0000 (13:20 +0000)]
Updated Dutch translation by Tino Meinen.

2008-04-27  Wouter Bolsterlee  <wbolster@svn.gnome.org>

* nl.po: Updated Dutch translation by Tino Meinen.

svn path=/trunk/; revision=20048

17 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 26 Apr 2008 11:59:46 +0000 (11:59 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20047

17 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 26 Apr 2008 11:59:08 +0000 (11:59 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20046

17 years agoUse existing window size when painting the flat box instead of
Björn Lindqvist [Fri, 25 Apr 2008 21:56:50 +0000 (21:56 +0000)]
Use existing window size when painting the flat box instead of

2008-04-25  Björn Lindqvist  <bjourne@gmail.com>

* gtk/gtkentry.c: (gtk_entry_expose) Use existing window size when
painting the flat box instead of recalculating it. (#437493,
Ricardo Cruz)

svn path=/trunk/; revision=20045

17 years agoBug 529841 – incorrect position in directfb
Michael David Emmel [Fri, 25 Apr 2008 17:50:43 +0000 (17:50 +0000)]
Bug 529841 – incorrect position in directfb

svn path=/trunk/; revision=20044

17 years agoinclude <atk/atk.h> instead of <atk/atkobject.h>
Johan Dahlin [Fri, 25 Apr 2008 17:32:12 +0000 (17:32 +0000)]
include <atk/atk.h> instead of <atk/atkobject.h>

2008-04-25  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkwidget.h: include <atk/atk.h> instead of <atk/atkobject.h>

svn path=/trunk/; revision=20043

17 years agoinclude <pango/pango.h> instead of <pango/pango-layout.h>.
Michael Natterer [Fri, 25 Apr 2008 15:18:07 +0000 (15:18 +0000)]
include <pango/pango.h> instead of <pango/pango-layout.h>.

2008-04-25  Michael Natterer  <mitch@imendio.com>

* gtk/gtkprintcontext.h: include <pango/pango.h> instead of
<pango/pango-layout.h>.

* gtk/gtkiconfactory.c
* gtk/gtkimmodule.c
* gtk/gtkmain.c
* gtk/gtkmodules.c
* gtk/queryimmodules.c: remove inclusion of single files from
pango, none of them was actually needed.

* modules/input/gtkimcontextime.c: include <pango/pango.h> instead of
<pango/pango-utils.h>.

svn path=/trunk/; revision=20042

17 years agoinclude <pango/pango.h> instead of <pango/pango-font.h>.
Michael Natterer [Fri, 25 Apr 2008 14:48:32 +0000 (14:48 +0000)]
include <pango/pango.h> instead of <pango/pango-font.h>.

2008-04-25  Michael Natterer  <mitch@imendio.com>

* gdk/gdkfont.h: include <pango/pango.h> instead of
<pango/pango-font.h>.

svn path=/trunk/; revision=20041

17 years agoinclude <gdk/gdk.h> instead of <gdk/gdkscreen.h>.
Michael Natterer [Fri, 25 Apr 2008 14:02:44 +0000 (14:02 +0000)]
include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.

2008-04-25  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
<gdk/gdkscreen.h>.

svn path=/trunk/; revision=20040

17 years agoFix build. Please fix the translation if this isn't the right way to fix
Kjartan Maraas [Wed, 23 Apr 2008 13:23:07 +0000 (13:23 +0000)]
Fix build. Please fix the translation if this isn't the right way to fix

2008-04-23  Kjartan Maraas  <kmaraas@gnome.org>

* oc.po: Fix build. Please fix the translation if this
isn't the right way to fix it :-)

svn path=/trunk/; revision=20039

17 years agoUpdated Occitan translation
Yannig MARCHEGAY [Wed, 23 Apr 2008 08:50:07 +0000 (08:50 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=20038

17 years agoAdd io-gdip-* files here. Updated Norwegian bokmål translation.
Kjartan Maraas [Tue, 22 Apr 2008 20:01:52 +0000 (20:01 +0000)]
Add io-gdip-* files here. Updated Norwegian bokmål translation.

2008-04-22  Kjartan Maraas  <kmaraas@gnome.org>

* POTFILES.skip: Add io-gdip-* files here.
* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=20037

17 years agoAdd all the io-gdip-* files and gtkmountoperation.c Updated Norwegian
Kjartan Maraas [Tue, 22 Apr 2008 19:55:54 +0000 (19:55 +0000)]
Add all the io-gdip-* files and gtkmountoperation.c Updated Norwegian

2008-04-22  Kjartan Maraas  <kmaraas@gnome.org>

* POTFILES.in: Add all the io-gdip-* files and
  gtkmountoperation.c
* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=20036

17 years agoAdd gtkmountoperation.c
Kjartan Maraas [Tue, 22 Apr 2008 19:55:11 +0000 (19:55 +0000)]
Add gtkmountoperation.c

2008-04-22  Kjartan Maraas  <kmaraas@gnome.org>

* POTFILES.in: Add gtkmountoperation.c

svn path=/trunk/; revision=20035

17 years agoUpdated Canadian English translation.
Adam Weinberger [Tue, 22 Apr 2008 04:06:02 +0000 (04:06 +0000)]
Updated Canadian English translation.

2008-04-22  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=20034

17 years agoUpdated Canadian English translation.
Adam Weinberger [Tue, 22 Apr 2008 04:04:54 +0000 (04:04 +0000)]
Updated Canadian English translation.

2008-04-22  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=20033

17 years agoupdated hebrew translation
Yair Hershkovitz [Mon, 21 Apr 2008 20:19:11 +0000 (20:19 +0000)]
updated hebrew translation

svn path=/trunk/; revision=20032

17 years agoadd tons of g_return_if_fail() instead of crashing when NULL pointers get
Michael Natterer [Mon, 21 Apr 2008 13:53:43 +0000 (13:53 +0000)]
add tons of g_return_if_fail() instead of crashing when NULL pointers get

2008-04-21  Michael Natterer  <mitch@imendio.com>

* gtk/gtkselection.c: add tons of g_return_if_fail() instead of
crashing when NULL pointers get passed.

svn path=/trunk/; revision=20031

17 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Sun, 20 Apr 2008 12:12:14 +0000 (12:12 +0000)]
Translation updated by Tino Meinen.

2008-04-20  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=20029

17 years agosv.po: Updated Swedish translation
Daniel Nylander [Sun, 20 Apr 2008 09:02:26 +0000 (09:02 +0000)]
sv.po: Updated Swedish translation

svn path=/trunk/; revision=20028

17 years agosv.po: Updated Swedish translation
Daniel Nylander [Sun, 20 Apr 2008 08:58:26 +0000 (08:58 +0000)]
sv.po: Updated Swedish translation

svn path=/trunk/; revision=20027

17 years agoupdated hebrew translation
Yair Hershkovitz [Sat, 19 Apr 2008 09:35:31 +0000 (09:35 +0000)]
updated hebrew translation

svn path=/trunk/; revision=20026

17 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Sat, 19 Apr 2008 09:18:03 +0000 (09:18 +0000)]
Updated Norwegian bokmål translation.

2008-04-19  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=20025

17 years agomove a few '{' to their own lines so all enums here have the same style.
Michael Natterer [Fri, 18 Apr 2008 15:34:50 +0000 (15:34 +0000)]
move a few '{' to their own lines so all enums here have the same style.

2008-04-18  Michael Natterer  <mitch@imendio.com>

* gtk/gtkenums.h: move a few '{' to their own lines so all enums
here have the same style.

svn path=/trunk/; revision=20024

17 years agogtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.
Michael Natterer [Fri, 18 Apr 2008 14:56:23 +0000 (14:56 +0000)]
gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.

2008-04-18  Michael Natterer  <mitch@imendio.com>

* gtk/gtkicontheme.h
* gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of
<gdk/gdkscreen.h>.

* gtk/gtkbuilderparser.c
* gtk/gtklinkbutton.c
* gtk/gtkpreview.c
* gtk/gtkrecentchooserdefault.c
* gtk/gtkrecentchoosermenu.c
* modules/input/gtkimcontextthai.c: remove inclusion of single
files from gdk, none of the includes was actually needed.

svn path=/trunk/; revision=20023

17 years agoreorder one include so they are all alphabetical.
Michael Natterer [Fri, 18 Apr 2008 14:52:22 +0000 (14:52 +0000)]
reorder one include so they are all alphabetical.

2008-04-18  Michael Natterer  <mitch@imendio.com>

* gdk/gdk.h: reorder one include so they are all alphabetical.

svn path=/trunk/; revision=20022

17 years agochange return value and local variable to const gchar* to fix warning
Michael Natterer [Fri, 18 Apr 2008 14:51:26 +0000 (14:51 +0000)]
change return value and local variable to const gchar* to fix warning

2008-04-18  Michael Natterer  <mitch@imendio.com>

* modules/printbackends/cups/gtkprintercups.[ch]
(gtk_printer_cups_get_ppd_name): change return value and local
variable to const gchar* to fix warning about discarding const
qualifier.

svn path=/trunk/; revision=20021

17 years agoKeep the default storage file in $HOME, as we don't have a migration code
Emmanuele Bassi [Fri, 18 Apr 2008 13:25:49 +0000 (13:25 +0000)]
Keep the default storage file in $HOME, as we don't have a migration code

2008-04-18  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentmanager.c:
(gtk_recent_manager_set_filename): Keep the default storage
file in $HOME, as we don't have a migration code in place yet.

svn path=/trunk/; revision=20020

17 years agog_strfreev() the uris returned by g_bookmark_file_get_uris().
Michael Natterer [Fri, 18 Apr 2008 13:05:56 +0000 (13:05 +0000)]
g_strfreev() the uris returned by g_bookmark_file_get_uris().

2008-04-18  Michael Natterer  <mitch@imendio.com>

* gtk/gtkrecentmanager.c (gtk_recent_manager_clamp_to_age):
g_strfreev() the uris returned by g_bookmark_file_get_uris().

svn path=/trunk/; revision=20019

18 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Thu, 17 Apr 2008 18:32:04 +0000 (18:32 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20018

18 years agoregister the GTK_STOCK_PAGE_SETUP icon.
Michael Natterer [Thu, 17 Apr 2008 12:46:38 +0000 (12:46 +0000)]
register the GTK_STOCK_PAGE_SETUP icon.

2008-04-17  Michael Natterer  <mitch@imendio.com>

* gtk/gtkiconfactory.c (get_default_icons): register the
GTK_STOCK_PAGE_SETUP icon.

svn path=/trunk/; revision=20017

18 years agono need to g_return_if_fail(tooltips != NULL);
Michael Natterer [Thu, 17 Apr 2008 11:40:33 +0000 (11:40 +0000)]
no need to g_return_if_fail(tooltips != NULL);

2008-04-17  Michael Natterer  <mitch@imendio.com>

* gtk/gtktooltips.c (gtk_tooltips_destroy): no need to
g_return_if_fail(tooltips != NULL);

svn path=/trunk/; revision=20016

18 years agoFix ChangeLog
Xan Lopez [Thu, 17 Apr 2008 07:32:37 +0000 (07:32 +0000)]
Fix ChangeLog

svn path=/trunk/; revision=20015

18 years agoSync xdgmime to the copy in gio
Matthias Clasen [Wed, 16 Apr 2008 22:18:27 +0000 (22:18 +0000)]
Sync xdgmime to the copy in gio

svn path=/trunk/; revision=20013

18 years agoPartically revert the last commit after realizing that
Matthias Clasen [Wed, 16 Apr 2008 17:23:08 +0000 (17:23 +0000)]
Partically revert the last commit after realizing that

2008-04-16  Matthias Clasen  <mclasen@redhat.com>

        Partically revert the last commit after realizing that
        xdg_mime_media_type_equal doesn't have to init at all.

        * xdgmime/xdgmime.h:
        * xdgmime/xdgmime.c: Get rid of _xdg_mime_media_type_equal

        * xdgmime/xdgmimecache.c: Use xdg_mime_media_type_equal

svn path=/trunk/; revision=20011

18 years agoAvoid possible memory corruption in xdgmime, fd.o bug 12512, reported by
Matthias Clasen [Wed, 16 Apr 2008 16:59:28 +0000 (16:59 +0000)]
Avoid possible memory corruption in xdgmime, fd.o bug 12512, reported by

2008-04-16  Matthias Clasen  <mclasen@redhat.com>

        Avoid possible memory corruption in xdgmime, fd.o bug 12512,
        reported by Joe Shaw and Federico Mena Quintero.

        * xdgmime.c(_xdg_mime_media_type_equal): Implement.
        (xdg_mime_media_type_equal): Turn into a wrapper around the
        _-prefixed version.

        * xdgmimecache.c: Use the _-prefixed versions of
        comparison functions throughout.

svn path=/trunk/; revision=20009

18 years agoChain up in buildable_finish()
Tristan Van Berkom [Wed, 16 Apr 2008 16:35:17 +0000 (16:35 +0000)]
Chain up in buildable_finish()

* gtk/gtkwindow.c: Chain up in buildable_finish()

* gtk/gtkbuilder.c: _gtk_builder_get_absolute_filename() handle
cases where g_path_get_dirname() returns "."

* docs/reference/gtk/tmpl/gtklabel.sgml,
docs/reference/gtk/tmpl/gtkbuilder.sgml: Added documentation
for the <attributes> tags on GtkLabel

svn path=/trunk/; revision=20008

18 years agoFix last commit, and complete the gtk-recent-files-max-age semantics: if
Emmanuele Bassi [Tue, 15 Apr 2008 22:46:15 +0000 (22:46 +0000)]
Fix last commit, and complete the gtk-recent-files-max-age semantics: if

2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentmanager.c:
(gtk_recent_manager_real_changed): Fix last commit, and
complete the gtk-recent-files-max-age semantics: if the
property is set to 0 then purge the list.

svn path=/trunk/; revision=20007

18 years agoBug 488507 – boundless growth of .recently-used.xbel file slows down
Emmanuele Bassi [Tue, 15 Apr 2008 22:37:32 +0000 (22:37 +0000)]
Bug 488507 – boundless growth of .recently-used.xbel file slows down

2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>

Bug 488507 – boundless growth of .recently-used.xbel file
slows down applications

* gtk/gtkrecentmanager.c:
(gtk_recent_manager_init),
(gtk_recent_manager_real_changed),
(gtk_recent_manager_set_filename),
(gtk_recent_manager_clamp_to_age): Clamp the recently
used resources list by the age of its items, using
the newly added GtkSettings property.

* gtk/gtksettings.c (gtk_settings_class_init): Add the
gtk-recent-files-max-age property, controlling the
maximum age of the items in the recently used resources
list.

svn path=/trunk/; revision=20006

18 years agoEmit the ::changed signal at the end of the asynchronous MIME type query.
Emmanuele Bassi [Tue, 15 Apr 2008 22:31:01 +0000 (22:31 +0000)]
Emit the ::changed signal at the end of the asynchronous MIME type query.

2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentmanager.c:
(gtk_recent_manager_add_item_query_info),
(gtk_recent_manager_add_item): Emit the ::changed signal
at the end of the asynchronous MIME type query.

svn path=/trunk/; revision=20005

18 years agoBug 487375 – gtkrecent apps poll ~/.recently-used.xbel every 5 seconds
Emmanuele Bassi [Tue, 15 Apr 2008 22:22:44 +0000 (22:22 +0000)]
Bug 487375 – gtkrecent apps poll ~/.recently-used.xbel every 5 seconds

2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>

Bug 487375 – gtkrecent apps poll ~/.recently-used.xbel
every 5 seconds

* gtk/gtkrecentmanager.c: Use GFileMonitor to check for
changes in the recently used resources storage file, and
drop the timeout-based poll.

* ChangeLog: Fix attribution of the patch of the previous
commit.

svn path=/trunk/; revision=20004

18 years agoBug 506062 – gtk_recent_manager_add_item does not detect mime type on
Emmanuele Bassi [Tue, 15 Apr 2008 22:00:17 +0000 (22:00 +0000)]
Bug 506062 – gtk_recent_manager_add_item does not detect mime type on

2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>

Bug 506062 – gtk_recent_manager_add_item does not detect mime
type on Windows

* configure.in: Depend on gio-2.0

* gtk/gtkrecentmanager.c:
(gtk_recent_manager_add_item_query_info_cb),
(gtk_recent_manager_add_item): Use GIO to (asynchronously) query
the MIME type of the passed URI.

svn path=/trunk/; revision=20003

18 years agoUpdated British English translation. Fixed British English translation.
Philip Withnall [Tue, 15 Apr 2008 17:07:56 +0000 (17:07 +0000)]
Updated British English translation. Fixed British English translation.

2008-04-15  Philip Withnall  <pwithnall@svn.gnome.org>

* po/en_GB.po: Updated British English translation.
* po-properties/en_GB.po: Fixed British English
translation.

svn path=/trunk/; revision=20002

18 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Mon, 14 Apr 2008 09:38:11 +0000 (09:38 +0000)]
Updated Galician Translation.

2008-04-14  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

        * gl.po: Updated Galician Translation.

svn path=/trunk/; revision=20001

18 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Mon, 14 Apr 2008 09:33:42 +0000 (09:33 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=20000

18 years agoUpdated Slovenian translation
Matej Urbančič [Sun, 13 Apr 2008 17:36:50 +0000 (17:36 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=19999

18 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 12 Apr 2008 19:32:05 +0000 (19:32 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=19998

18 years agoAdd current page to visited page list instead of next current page.
Carlos Garnacho [Fri, 11 Apr 2008 17:08:21 +0000 (17:08 +0000)]
Add current page to visited page list instead of next current page.

2008-04-11  Carlos Garnacho  <carlos@imendio.com>

        * gtk/gtkassistant.c (gtk_assistant_set_current_page): Add current
        page to visited page list instead of next current page. (#527466,
        patch by Marcus Brinkmann)

svn path=/trunk/; revision=19996

18 years agoAdded <attributes> / <attribute> custom tags to parse pango attributes
Tristan Van Berkom [Fri, 11 Apr 2008 16:56:26 +0000 (16:56 +0000)]
Added <attributes> / <attribute> custom tags to parse pango attributes

* gtk/gtklabel.c: Added <attributes> / <attribute>
custom tags to parse pango attributes into labels.

* tests/buildertest.c: Added tests for GtkLabel custom
tag parsing.

svn path=/trunk/; revision=19995

18 years agoMove my documentation changelog entries to the right changelog.
Cody Russell [Fri, 11 Apr 2008 13:49:36 +0000 (13:49 +0000)]
Move my documentation changelog entries to the right changelog.

svn path=/trunk/; revision=19993

18 years agoFix to say g_signal_connect_after rather than g_signal_register_after.
Cody Russell [Thu, 10 Apr 2008 21:10:15 +0000 (21:10 +0000)]
Fix to say g_signal_connect_after rather than g_signal_register_after.

2008-04-10  Cody Russell  <bratsche@gnome.org>

        * docs/reference/gdk/tmpl/windows.sgml: Fix to say
        g_signal_connect_after rather than g_signal_register_after.
        (reported by Guillaume Cottenceau)

svn path=/trunk/; revision=19991

18 years agoFix a typo in the markup. (reported by kraai -at- ftbfs.org)
Cody Russell [Thu, 10 Apr 2008 20:58:50 +0000 (20:58 +0000)]
Fix a typo in the markup. (reported by kraai -at- ftbfs.org)

2008-04-10  Cody Russell  <bratsche@gnome.org>

        * docs/reference/gtk/tmpl/gtktreeview.sgml: Fix a typo
        in the markup. (reported by kraai -at- ftbfs.org)

svn path=/trunk/; revision=19989

18 years agoDo not call gtk_widget_set_parent_window(), using widget->window instead
Carlos Garnacho [Thu, 10 Apr 2008 17:16:08 +0000 (17:16 +0000)]
Do not call gtk_widget_set_parent_window(), using widget->window instead

2008-04-10  Carlos Garnacho  <carlos@imendio.com>

        * gtk/gtknotebook.c (hide_drag_window): Do not call
        gtk_widget_set_parent_window(), using widget->window instead of NULL
        to unset is the wrong thing, and gtk_widget_unparent() will already
        take care of this (#467698, patch by Sébastien Granjoux)

svn path=/trunk/; revision=19987

18 years agoMark these functions with G_MODULE_EXPORT.
Tor Lillqvist [Tue, 8 Apr 2008 14:06:17 +0000 (14:06 +0000)]
Mark these functions with G_MODULE_EXPORT.

2008-04-08  Tor Lillqvist  <tml@novell.com>

* demos/gtk-demo/builder.c (quit_activate, about_activate): Mark
these functions with G_MODULE_EXPORT.

svn path=/trunk/; revision=19985

18 years agoFix fallback icon rendering size
Tomas Bzatek [Tue, 8 Apr 2008 13:58:45 +0000 (13:58 +0000)]
Fix fallback icon rendering size

2008-04-08  Tomas Bzatek  <tbzatek@redhat.com>

        * gtk/gtkfilesystem.c: (gtk_file_info_render_icon),
        (gtk_file_system_volume_render_icon):
        Fix fallback icon rendering size

svn path=/trunk/; revision=19982